Skip to content

Address issue #253#272

Open
clsn wants to merge 1 commit into
harelba:masterfrom
clsn:unicodedecodeerror
Open

Address issue #253#272
clsn wants to merge 1 commit into
harelba:masterfrom
clsn:unicodedecodeerror

Conversation

@clsn

@clsn clsn commented Sep 3, 2021

Copy link
Copy Markdown

UnicodeDecodeError was being treated as a ValueError, since it is a
subclass, but it doesn't have the .message attribute, which caused an
uncaught exception.

UnicodeDecodeError was being treated as a ValueError, since it is a
subclass, but it doesn't have the .message attribute, which caused an
uncaught exception.
@harelba

harelba commented Oct 25, 2021

Copy link
Copy Markdown
Owner

Handled as part of the new beta version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants